home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2000 October
/
CHIP Turkiye Ekim 2000.iso
/
prog
/
naps
/
04
/
setup.exe
/
Gnucleus
/
PrefDownload.h
< prev
next >
Wrap
C/C++ Source or Header
|
2000-06-24
|
2KB
|
66 lines
#if !defined(AFX_PREFDOWNLOAD_H__196C5E23_37F3_11D4_ACF2_00A0CC533D52__INCLUDED_)
#define AFX_PREFDOWNLOAD_H__196C5E23_37F3_11D4_ACF2_00A0CC533D52__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// PrefDownload.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CPrefDownload dialog
class CPrefDownload : public CPropertyPage
{
DECLARE_DYNCREATE(CPrefDownload)
// Construction
public:
CPrefDownload();
~CPrefDownload();
// Dialog Data
//{{AFX_DATA(CPrefDownload)
enum { IDD = IDD_PREF_DOWNLOAD };
CButton m_chkResume;
CEdit m_ebTimeoutDL;
CButton m_chkClearDL;
CEdit m_ebSaveDir;
CButton m_chkMaxDL;
CEdit m_ebMaxDL;
//}}AFX_DATA
// Overrides
// ClassWizard generate virtual function overrides
//{{AFX_VIRTUAL(CPrefDownload)
public:
virtual BOOL OnApply();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
CGnucleusDoc *Doc;
// Generated message map functions
//{{AFX_MSG(CPrefDownload)
afx_msg void OnChangeEditSavedir();
afx_msg void OnButtonBrowse();
afx_msg void OnCheckMaxDl();
afx_msg void OnChangeEditMaxDl();
afx_msg void OnCheckClearDl();
afx_msg void OnChangeEditTimeoutDl();
afx_msg void OnCheckResume();
virtual BOOL OnInitDialog();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_PREFDOWNLOAD_H__196C5E23_37F3_11D4_ACF2_00A0CC533D52__INCLUDED_)